-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature orizontal menu #80
Conversation
not sure what to do with the formatted messages, and also links as props. i need a bit of more time, i think i look at with relax... |
…arter-i18n-bulma into feature-orizontal-menu
maybe i could try to use the injectIntl as described here: https://stackoverflow.com/questions/39630620/react-intl-how-to-use-formattedmessage-in-input-placeholder |
i replaced the react-dom package because this warning as described in this issue: gatsbyjs/gatsby#11934 |
i receive this warning: index.js:2177 Warning: Received `true` for a non-boolean attribute `image`.
If you want to write it to the DOM, pass a string instead: image="true" or image={value.toString()}.
in h1 (created by HomePageTemplate)
in div (created by HomePageTemplate)
in div (created by HomePageTemplate)
in div (created by HomePageTemplate)
in HomePageTemplate (created by HomePage)
in div (created by HomePage)
in main (created by Main)
in Main (created by TemplateWrapper)
in div (created by TemplateWrapper)
in IntlProvider (created by TemplateWrapper)
in TemplateWrapper (created by HomePage)
in HomePage (created by HotExportedHomePage)
in AppContainer (created by HotExportedHomePage)
in HotExportedHomePage (created by PageRenderer)
in PageRenderer (created by JSONStore)
in JSONStore (created by EnsureResources)
in ScrollContext (created by EnsureResources)
in RouteUpdates (created by EnsureResources)
in EnsureResources (created by RouteHandler)
in RouteHandler (created by Root)
in div (created by FocusHandlerImpl)
in FocusHandlerImpl (created by Context.Consumer)
in FocusHandler (created by RouterImpl)
in RouterImpl (created by LocationProvider)
in LocationProvider (created by Context.Consumer)
in Location (created by Context.Consumer)
in Router (created by Root)
in Root
in _default
__stack_frame_overlay_proxy_console__ @ index.js:2177
warningWithoutStack @ react-dom.development.js:507
warning @ react-dom.development.js:2629
validateProperty$1 @ react-dom.development.js:7327
warnUnknownProperties @ react-dom.development.js:7361
validateProperties$2 @ react-dom.development.js:7381
validatePropertiesInDevelopment @ react-dom.development.js:7432
setInitialProperties @ react-dom.development.js:7692
finalizeInitialChildren @ react-dom.development.js:8756
completeWork @ react-dom.development.js:16908
completeUnitOfWork @ react-dom.development.js:19143
performUnitOfWork @ react-dom.development.js:19341
workLoop @ react-dom.development.js:19353
renderRoot @ react-dom.development.js:19436
performWorkOnRoot @ react-dom.development.js:20343
performWork @ react-dom.development.js:20255
performSyncWork @ react-dom.development.js:20229
requestWork @ react-dom.development.js:20098
scheduleWork @ react-dom.development.js:19912
scheduleRootUpdate @ react-dom.development.js:20573
updateContainerAtExpirationTime @ react-dom.development.js:20601
updateContainer @ react-dom.development.js:20658
./node_modules/react-dom/cjs/react-dom.development.js.ReactRoot.render @ react-dom.development.js:20954
(anonymous) @ react-dom.development.js:21091
unbatchedUpdates @ react-dom.development.js:20460
legacyRenderSubtreeIntoContainer @ react-dom.development.js:21087
render @ react-dom.development.js:21199
(anonymous) @ app.js:59
setTimeout (async)
(anonymous) @ ready.js:32
(anonymous) @ app.js:58
Promise.then (async)
(anonymous) @ app.js:51
Promise.then (async)
(anonymous) @ app.js:16
./.cache/app.js @ app.js:67
__webpack_require__ @ bootstrap:766
fn @ bootstrap:129
0 @ tags.js:67
__webpack_require__ @ bootstrap:766
(anonymous) @ bootstrap:903
(anonymous) @ bootstrap:903 but not sure where it come from, i can't get from which Component is caused. |
This is a simple orizzontal menu with four icons, i added an animation to each icon. To be tested and improved as well.
I also added other Components: CardSlide, Testimonials, Banner. I also tryied to improve the home template.